Release 10.1A: OpenEdge Development:
Debugging and Troubleshooting


Starting event logging

To create log entries for events, use the Log Entry Types (-logentrytypes) startup parameter or, for the AppServer and WebSpeed, the srvrLogEntryTypes property in the ubroker.properties file. Specify one or more of the three event log entry types in a comma-separated list, or use the * wild-card character to get combinations. For example:

-logentrytypes ProEvents.UI.* 
-logentrytypes ProEvents.UI.Command,ProEvents.Other  

You also can turn on this logging at run time, by using the LOG-MANAGER system handle. For example, you can include the following line in the 4GL code:

LOG-MANAGER:LOG-ENTRY-TYPES = "ProEvents.UI.Command" 

You can turn off this logging in the 4GL application by resetting the attribute. For example:

LOG-MANAGER:LOG-ENTRY-TYPES = ? 

Log entries generated for any of these types contain the tag ProEvents.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095